home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineButton2_1545 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  503 b   |  18 lines

  1. on(press){
  2.    _root.dis = 2;
  3.    if(_root.inven._currentframe == 1)
  4.    {
  5.       if(_root.micon._currentframe == 1 && _root.range == true)
  6.       {
  7.          _root.sfx.gotoAndStop(3);
  8.          _root.next_dis1 = 2;
  9.          _root.next_txt1 = "Haha, the fun you can have with a rubber band.";
  10.       }
  11.       if(_root.micon._currentframe == 2)
  12.       {
  13.          _root.next_dis1 = 2;
  14.          _root.next_txt1 = "Looks like a rubber band hanging on the branch of this small plant.";
  15.       }
  16.    }
  17. }
  18.